From b0b793dd949b12b38eccc0e89a2923cb193d139e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Dec 2020 08:45:51 -0500 Subject: [PATCH] menubutton: Correct the css docs We are using menubutton instead of button.popup now. --- gtk/gtkmenubutton.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index d37ee47fc1..29a320aff3 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -104,8 +104,14 @@ * * # CSS nodes * - * GtkMenuButton has a single CSS node with name button. To differentiate - * it from a plain #GtkButton, it gets the .popup style class. + * |[ + * menubutton + * ╰── button.toggle + * ╰── [content] + *]| + * + * GtkMenuButton has a single CSS node with name menubutton + * which contains a toggle button node. * * # Accessibility * -- 2.30.2